ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / ShapeReader Class / Read Method / Read(Byte[],Byte[]) Method
Byte array that contains ShapeFile data.
Byte array that contains DBF data.

In This Topic
    Read(Byte[],Byte[]) Method
    In This Topic
    Read shape file and dbf datas from byte array.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Read( _
       ByVal content() As Byte, _
       ByVal dbfContent() As Byte _
    ) As Dictionary(Of C1VectorItemBase,C1ShapeAttributes)

    Parameters

    content
    Byte array that contains ShapeFile data.
    dbfContent
    Byte array that contains DBF data.

    Return Value

    dictionary of vector objects and shape attribute objects for C1VectorLayer.
    See Also